Programming
mobi |eng | 2011-08-23 | Author:Thorn, Alan [Thorn, Alan]

Description IDXGIAdapter *pAdapter Pointer to a graphics adapter or null. D3D10_DRIVER_TYPE DriverType Specifies the type of device to be created. This can be one of the following: D3D10_DRIVER_TYPE_HARDWARE, D3D10_DRIVER_TYPE_REFERENCE, D3D10_DRIVER_TYPE_NULL, ...
( Category: Game Programming March 9,2015 )
mobi, epub |eng | 2004-05-06 | Author:Mark Pilgrim

urllib2 is designed around URL handlers. Each handler is just a class that can define any number of methods. When something happens -- like an HTTP error, or even a ...
( Category: Python March 9,2015 )
epub |eng | 2011-03-27 | Author:Jason van Gumster

Figure 8-7: The New Image buttons for adding a test grid image. You can unwrap your mesh without adding a test grid, but a test grid gives you a frame ...
( Category: 3D Graphics March 8,2015 )
epub | | | Author:Eric Weinstein

Object-Oriented Programming Finally, we learned that writing programs that revolve around classes and objects is called object-oriented programming (OOP). Our minstrel is a good example of an object: a piece ...
( Category: Object-Oriented Design March 8,2015 )
epub, mobi, pdf |eng | 2015-03-07 | Author:Bill Lubanovic

You can compare the frameworks by viewing this online table. If you want to build a website backed by a relational database, you don’t necessarily need one of these larger ...
( Category: Languages & Tools March 8,2015 )
epub |eng | 2011-03-05 | Author:Stephen G. Kochan

* * * #import <Foundation/Foundation.h> void printMessage (void) { NSLog (@"Programming is fun."); } int main (int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; printMessage (); ...
( Category: Programming March 6,2015 )
epub, azw3, pdf |eng | 2012-03-08 | Author:Horstmann, Cay S. [Horstmann, Cay S.]

14.6 Extractors In the preceding section, you have seen how patterns can match arrays, lists, and tuples. These capabilities are provided by extractors—objects with an unapply or unapplySeq method that ...
( Category: Languages & Tools March 6,2015 )
mobi |eng | 2011-01-15 | Author:Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest; Clifford Stein

( Category: Languages & Tools March 5,2015 )
epub |eng | 2011-11-13 | Author:Burd, Barry [Burd, Barry]

Android calls an activity’s onDestroy method whenever the user turns the device (from portrait to landscape, for example). If you put a stopService call in an activity’s onDestroy method, you ...
( Category: Java March 4,2015 )
epub, pdf |eng | 2014-12-03 | Author:Lara Callender Hogan

<link href="http://fonts.googleapis.com/css?family=Philosopher &subset=cyrillic" rel="stylesheet" /> If you want to load only certain characters from a Google hosted font, you can specify those as well. For example, we can load the ...
( Category: Testing March 4,2015 )
epub, pdf |eng | 2015-02-25 | Author:Donabel Santos [Santos, Donabel]

Listing databases and tables Let's start out by listing the current databases. The SMO Server class has access to all the databases in that instance, so a server variable will ...
( Category: Enterprise Applications March 4,2015 )
mobi, epub |eng | 2014-12-14 | Author:Neil Smyth

53.4 A TouchID Example Project Launch Xcode and create a new iOS Universal Single View Application project named TouchID using Swift as the programming language. Select the Main.storyboard file and ...
( Category: Handheld & Mobile Devices March 3,2015 )
mobi |eng | 2014-03-13 | Author:Peter Kim

privilege::debug sekurlsa::logonPasswords full Figure 66 - Mimikatz Again, it doesn’t matter how long their password is and you don’t have to even worry about the hashes. You can now take ...
( Category: Testing March 3,2015 )
mobi, epub |eng | 2012-12-19 | Author:Jason R. Briggs

We can add another irregular polygon (a shape with uneven angles or sides) using this code: canvas.create_polygon(200, 10, 240, 30, 120, 100, 140, 120, fill="", outline="black") This code begins with ...
( Category: Python March 3,2015 )
epub |eng | | Author:Jeff Langr

​ purchases_.push_back(PurchaseRecord(shareChange, transactionDate)); ​ } One more little expressiveness thing is that the name of our exception type InvalidSellException is not very good. Let’s change it to InsufficientSharesException. c6/14/PortfolioTest.cpp ​ ...
( Category: Testing March 3,2015 )